Welcome![Sign In][Sign Up]
Location:
Search - vc c/s

Search list

[File FormatLecOfAO+VC

Description: AO+VC教程,ESRI公司的内部培训资料,“Advanced ArcObjects Component Development (C++)”-AO VC Guide, ESRI company's internal training materials, "Advanced ArcObjects Component Development ( C) "
Platform: | Size: 1797120 | Author: huangm | Hits:

[Othervc-tongxunlu

Description: 本程序是电话薄管理系统,VC++开发,主要功能为:添加新用户资料,修改现有用户资料,按姓名查询修改会员信息,按电话号码查询修改会员信息,显示全部信息,用电话号码查询,用会员姓名查询,删除现有用户资料.是一个不错的c课程设计.-phone book management system, VC++ development, the main functions : add new user information, modification of existing users, by name query modification member information by telephone directory inquiry changes Member information, All the information, telephone numbers inquiries, inquiries with member's name, delete the existing user information. Is a good c curriculum design.
Platform: | Size: 242688 | Author: 王雨 | Hits:

[GDI-BitmapVC++5.0MFCEXAMPLE

Description: Visual C++ MFC扩展编程实例/(美)[J.E.斯文克]John E.Swanke著 一书的配套实例, 基于VC++5.0开发,有将近70个实例,对于想学习MFC的初学者非常有参考价值-expansion MFC Visual C programming examples/(U.S.) [J.E. Schwentke] John E.S wanke with a book supporting examples, based on the development of the VC 5.0, nearly 70 examples, want to learn for beginners MFC very valuable reference
Platform: | Size: 1767424 | Author: andy | Hits:

[VC/MFCvc++jishuneimu5

Description: VC技术内幕第五版(英文)The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -VC technology insider, fifth edition (English) The 6.0 release of Visual C's hows Microsoft's continued focus on te Internet chnologies and COM. which are key components of the new Windows Dist ributed interNet Application Architecture (D NA). In addition to supporting these platform i nitiatives. Visual C++ 6.0 also adds an amazing number of produ ctivity-boosting features such as Edit And Con tinue, IntelliSense, AutoComplete. tips and code. These features take to a Visual C n ew level. We have tried to make sure that this boo k keeps you up to speed on the latest technologie 's being introduced into Visual C.
Platform: | Size: 7821312 | Author: 张靓 | Hits:

[Process-ThreadStress

Description: VC++实现的压力测试工具源码,适合初学者!-VC pressure testing tools source, for beginners!
Platform: | Size: 32768 | Author: 朱逸 | Hits:

[2D Graphicvc.net.CAD

Description: 本书主要结合VB.NET和VC#.NET两种语言介绍了创建交互式CAD系统的基本思路和技术,分别给出了两种语言的小系统完整代码,并讨论了技巧实现的其他可能性以及系统代码的改进方法。 本书前3章主要介绍语言基础和.NET框架基础,第4章至第8章结合一个CAD小系统的创建详细地介绍了交互式CAD系统的组织思路和基本技术,第9章至第11章介绍了更多的技巧实现方法和系统优化方法,第12章结合CAD编程进行了一些设计模式方面的讨论;写作过程中注意了循序渐进的讲解原则,内容适合不同学习阶段的读者。 书中所有示例程序都通过调试,并放在随书的光盘上,以便于学习和交流。 本书可供从事图形学、CAD技术以及编程技术的有关工程技术人员、程序员、大学生、研究生阅读参考。-mainly in the context of the book and VB.NET VC#.NET languages on the creation of interactive CAD system EC's basic ideas and techniques are presented for the language of a small system integrity code, and discussed other techniques to achieve the possibility of the code and the system better. Before the book, Chapter 3 introduces foundation and language.NET Framework base Chapter 4 and Chapter 8 with a small CAD systems to create a detailed introduction of the interactive CAD system of ideas and organizations basic skills, chapter 9 to chapter 11 of more tact method and system optimization methods, Chapter 12 with CAD program for some design aspects of the model; attention to the writing process on the principle of gradual and orderly progress, as suitable for different stages of r
Platform: | Size: 1316864 | Author: aa | Hits:

[Windows DevelopVC++tongxunlu

Description: 一.问题描述 航班查询系统 系统功能 查询起飞城市至抵达城市的航班情况 查询起飞城市的航班情况 查询抵达城市的航班情况 航班情况 航班号,起降时间,起飞城市,抵达 城市,航班票价,票价折扣 二、系统分析 通过对题目要求的阅读,要求本订票系统要能够实现航班情况的录入功能、航班的查询功能、订票功能、退票功能以及管理本系统的功能即能够修改航班信息。 具体分析如下: 1、录入功能 可以录入航班信息,如录入航班号,起飞城市,到达城市,起飞时间,到达时间,飞机票数,票价及折扣。利用结构体数组存放数据。 2、查询功能 可以查询航班的各项信息,如输入航班号可以查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓;输入起飞抵达城市,可以查询航班号。 3、订票功能 可以订票并且记录下乘客的相关信息如记录下乘客姓名,身份证号码,所订航班的航班号以及所订的票数。利用结构体数组存放数据。 4、退票功能 可以退票并且记录乘客的相关信息以及退票信息。利用结构体数组存放数据。 5、修改功能 可以根据需要由管理员对航班信息进行修改更正。 -one. Problem description flight inquiry system functions inquiries arrived at the take-off city to city flights take off of the city's inquiries flight conditions inquiries on the status of flights arrived at the city of flights of the flight, take-off and landing, taking off cities and arrived at the city, flight fares, two discount fares, the analysis requested by the subject of reading, requested the booking system to be able to achieve flights of the input function, the inquiry flights, booking function, Refund management function and the function of the system is to change flight information. Specific analysis is as follows : 1, logging function can be recorded flight information, such as logging flight number, city, arriving in cities, the time to take off. arrival time, the numb
Platform: | Size: 467968 | Author: jjf | Hits:

[Internet-Networkvc_talk

Description: 运用VC++编写的一个简单聊天程序,局域网内可用,C/S模式-VC prepared by the use of a simple chat procedures available within the LAN, C/S mode
Platform: | Size: 58368 | Author: 陈杰 | Hits:

[Graph programVC++DigtalImageProcessing_hebin

Description: VC++数字图像处理 人民邮电出版社 何斌 内容 点运算 几何变换 正交变换 增强 腐蚀 膨胀 细化 边缘检测提取 轮廓跟踪 图像分析 图像复原 图像压缩编码-VC digital image processing People's Post and content publishers Bin He points Operational geometric transformation orthogonal transformation to enhance corrosion expansion Edge Detection Extraction Refinement contour tracking image analysis Image Restoration Image Coding
Platform: | Size: 316416 | Author: wangkai | Hits:

[Crack Hackjiamisuanfamokuai

Description: 标准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了CRC校验功能,For Delphi还增加了对DeDe的Anti代码,在代码中给出了在NT/2000/XP下关闭计算机的函。在本站提供了几款壳下载,需要的可以到“加壳技术”模块去下载,在校验的时候用得到,具体的方法在调用模块里面有。-standard algorithm module combines DES, 3DES, AES, RSA, MD5, BlowFish, TEA, RC6 algorithm standards for the integration of the algorithm package, At the same time the use of the module Anti-Debug and procedures since the checksum function (related to the shell and software CRC 32), software usage restrictions and better protect your software. The module is the author of the algorithm in detail each call, users can meet their own needs to choose. Is temporarily given in VB, VC, Delphi development of the three languages of the call, other languages can call methods and access to our contacts, can see examples of specific procedures; Update DLL is likely to be those who break the replacement of the loopholes, and the shell DLL, an increase of CRC function, For Delphi also added to the Anti De
Platform: | Size: 278528 | Author: 小强 | Hits:

[ICQ-IM-Chatvc5115458990035

Description: C/S基本网路聊天软件,通过TCP/IP实现-C/S basic Internet chat software, through the TCP/IP to achieve
Platform: | Size: 43008 | Author: zy | Hits:

[Chess Poker gamesch5_4

Description: 这是一个用vc++的API编写的一个游戏的初级代码.这是关于一个五子棋游戏,有点小难-This is a used vc++ The API prepared by the primary code of a game. This is about a backgammon game, a bit small hard
Platform: | Size: 1124352 | Author: 毛欢 | Hits:

[Chess Poker gamesFiveChess

Description: “网络五子棋”程序。使用MFC和VC++6。0编写的2D游戏。(点对点的非C/S模式程序,即一个程序可做服务器又可做客户端)- Network Gobang procedure. The use of MFC and VC++ 6. 0 prepared 2D games. (Point-to-point non-C/S mode of procedure, that is, a program can do can make the client server)
Platform: | Size: 53248 | Author: 余小剑 | Hits:

[source in ebookvc++code6

Description: 继续上传的VC++ 深入浅出代码,学习的绝好实例。-Continue to upload VC++ In layman s language code, an excellent example of learning.
Platform: | Size: 51200 | Author: gillian | Hits:

[source in ebookvc++code7

Description: 继续上传的VC++ 深入浅出代码,学习的绝好实例。-Continue to upload VC++ In layman s language code, an excellent example of learning.
Platform: | Size: 36864 | Author: gillian | Hits:

[Game EngineRPGgame

Description: c/s架构的网络游戏Demo,vc++原代码,服务器端和客户端原代码均有,是一个很好的学习网络3d游戏开发的模板.-c/s architecture online games Demo, vc++ the original code, server-side and client have the original code, is a good 3d game development learning network template.
Platform: | Size: 592896 | Author: huangfei | Hits:

[BREWsound

Description: 该源码是在VC++环境中利用BREW SDK开发的mp3播放程序 由于是在BREW SDK开发的,可以很好地移植到嵌入式设备中去-The source is VC++ Environment using BREW SDK to develop as a result of the mp3 player is developed in the BREW SDK, you can very well transplanted into embedded devices to
Platform: | Size: 2048 | Author: 李强 | Hits:

[Hotel software systemHotel_Manage_VS2005

Description: 一个C/S架构的酒店管理系统源代码,源代码是在VC6.0下开发出来的,经过本人修改,已经在VS2005下编译通过,有一定的参考价值。-A C/S structure of the hotel management system source code, source code is developed under VC6.0, after I modified under VS2005 compiler has passed, has a certain reference value.
Platform: | Size: 4137984 | Author: 哈哈 | Hits:

[Internet-NetworkCHAT

Description: 聊天工具,有服务器和客户端.开发环境:VC-Chat tools, there are server and client. Development Environment: VC
Platform: | Size: 9749504 | Author: 罗晓鸣 | Hits:

[Education soft systemcsexamsys

Description: VC做的C/S考试系统,对初学者是个很好素材-VC to do the C/S test system is a good material for beginners
Platform: | Size: 965632 | Author: 常松 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net